@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Sans+SC&display=swap');

/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{font-size:62.5%;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}

body {
  color: #282520;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans SC', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  line-height: 1.6;
  min-width: 1040px;
}


* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .7;
  transition: all 0.5s;
}

.pc_appear {
  display: block;
}

.sp_appear {
  display: none;
}

.image {
  width: 100%;
  height: auto;
}
/*250920start*/
.section-inner {
  max-width: 1040px;
  margin: 0 auto;
}
/*250920end*/

.section-inner.-o-flex {
  display: flex;
}

.section-inner.-flex-align {
  justify-content: space-between;
  align-items: center;
}

/* -------------- header --------------- */
.header-block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  background-color: #fff;
  height: 103px;
  padding-top: 13px;
  border-bottom: 3px solid #dfdacb;
}

.logo-block {
  width: 129px;
}

.nav-block__list{display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between;}
.nav-block__item {
  float: left; 
  font-size: 1.6rem;
  font-weight: bold;
}
/* 250920start */
.nav-block__item:not(:first-child) {
  margin-left: 44px;
}
/* 250920end */
.nav-block__text {
  display: block;
  color: #222222;
  font-size: 1.6rem;
}

.nav-block__item.-active .nav-block__text {
  position: relative;
}

.nav-block__item.-active .nav-block__text::before {
  content: '';
  width: 50px;
  height: 6px;
  background-color: #e30200;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -15px;
}

.nav-block__item:hover .nav-block__text {
  position: relative;
  opacity: 1;
}

.nav-block__item:hover .nav-block__text::before {
  content: '';
  width: 50px;
  height: 6px;
  background-color: #e30200;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -15px;
}

.nav-block__dropdown {
  position: absolute;
  left: 0;
  top: 103px;
  width: 100%;
  background: rgba(255, 255, 255, .7);
  padding: 58px 0 57px;
  z-index: 9;
  display: none;
}

.nav-block__dropdown-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 200px);
  margin: 0 -100px;
}
/* 250920start */
.nav-block__dropdown-item {
  width: 17.74%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
/* 250920end */

.nav-block__dropdown-item .nav-block__dropdown-photo {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav-block__dropdown-item:nth-child(1) .nav-block__dropdown-photo {
  background: url(/img/index/bg-about_1.png) no-repeat center;
  background-size: cover;
}
/* 250920start */
.nav-block__dropdown-item:nth-child(1) .nav-block__dropdown-photo .image {
  max-width: 99px;
}
.nav-block__dropdown-item:nth-child(2) .nav-block__dropdown-photo {
  background: url(/img/index/bg-about_2.png) no-repeat center;
  background-size: cover;
}

.nav-block__dropdown-item:nth-child(2) .nav-block__dropdown-photo .image {
  max-width: 36px;
}
.nav-block__dropdown-item:nth-child(3) .nav-block__dropdown-photo {
  background: url(/img/index/bg-about_5.png) no-repeat center;
  background-size: cover;
}

.nav-block__dropdown-item:nth-child(3) .nav-block__dropdown-photo .image {
  max-width: 42px;
}

.nav-block__dropdown-item:nth-child(4) .nav-block__dropdown-photo {
  background: url(/img/index/bg-about_3.png) no-repeat center;
  background-size: cover;
}

.nav-block__dropdown-item:nth-child(4) .nav-block__dropdown-photo .image {
  max-width: 47px;
}

.nav-block__dropdown-item:nth-child(5) .nav-block__dropdown-photo {
  background: url(/img/index/bg-about_4.png) no-repeat center;
  background-size: cover;
}

.nav-block__dropdown-item:nth-child(5) .nav-block__dropdown-photo .image {
  max-width: 61px;
}

/* 250920end */

.nav-block__dropdown-en {
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  padding-left: 18px;
}

.nav-block__dropdown-title {
  font-size: 1.6rem;
  padding: 10px 15px 11px;
  text-align: left;
  color: #282520;
  position: relative;
}

.nav-block__dropdown-title::after {
  content: '';
  width: 27px;
  height: 27px;
  background: url(/img/share/icon-arrow.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  top: calc(50% - 13px);
}

.nav-block__dropdown-anchor:hover .nav-block__dropdown-title {
  text-decoration: underline;
}

/* -------------- footer --------------- */
.footer-info {
  background-color: #fff;
  padding: 14px 0 8px;
}

.footer-info__logo {
  width: 72px;
}
.footer-info__logo .image{
   width: 100%;
}
.footer-info__anchor {
  color: #282520;
}

.footer-info__anchor:first-child {
  padding-right: 20px;
  position: relative;
}

.footer-info__anchor:first-child::after {
  content: '';
  width: 2px;
  height: 14px;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 3px;
}

.footer-info__anchor {
  padding: 0 16px 0 16px;
  position: relative;
}

.footer-info__anchor::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(/img/share/icon-link.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 6px;
}

.copyright-block {
  background-color: #e30200;
  padding: 12px 0;
  display: flex;
  justify-content: center;
}

.copyright-block__text {
  font-size: 1.3rem;
  color: #ffffff;
  margin-left: 50px;
}

.copyright-block__text:first-child {
  margin-left: 0px;
}

.copyright-block__text a {
  color: #ffffff;
}

/* -------------- section --------------- */
.section-box {
  margin-top: 103px;
}

.section-title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #222222;
}

.section-title.-text-red {
  color: #e30200;
}

.section-title.-left {
  text-align: left;
}

/* -------------- heading-block --------------- */
.page-heading {
  height: 295px;
  display: flex;
  align-items: center;
}

.page-heading .section-inner {
  width: 100%;
}

.page-heading.-bg-about {
  background: url(/img/share/bg-about.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.-bg-quality {
  background: url(/img/share/bg-quality.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.-bg-sustainability {
  background: url(/img/share/bg-sustainability.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.-bg-100th {
  background: url(/img/share/bg-100th.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.-bg-company {
  background: url(/img/share/bg-company.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.-bg-product {
  background: url(/img/share/bg-product.jpg) no-repeat center;
  background-size: cover;
}

.page-heading.-bg-news {
  background: url(/img/share/bg-news.jpg) no-repeat center;
  background-size: cover;
}

.page-title {
  font-size: 3.6rem;
  font-weight: bold;
}

/* -------------- product-block --------------- */
.product-block {
  background-color: #f8f4e9;
  padding: 89px 0 122px;
}
.product-block__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 96px;
}

/* 250920start */
.product-block__item {
  width: 28.84%;
   background:#3274C2;
   border-radius: 10px;
   overflow: hidden; padding:3px;
}
.product-block__item:nth-child(3n+2) {

   background:#5d290d;
}
.product-block__item:nth-child(3n+3) {

   background:#BF2755;
}
.product-block__anchor {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}


.product-block__title {
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center; display: flex; width: 100%; align-items: center; justify-content: center;
  margin-top:20px;margin-bottom: 20px;
  color: #fff;
}
.product-block__title img{
  width:25px;height: 25px;margin-left: 20px;
}

.product-block__item:hover .product-block__title img{
  /* transform: scale(1.25); */
  transition: transform 0.5s;
}
.nav-block__item{font-weight: normal;}


/*250920start*/
.product-block__list1{ display: flex; flex-wrap: wrap; justify-content:center; width: 100%;}
.product-block__list1 .product-block__item { width: 21.15%; margin:0 3.125%;}
.product-block__list1 .product-block__title{ justify-content: space-between; font-size:1.6rem; margin-top: 9px; margin-bottom: 9px; padding:0 2.5rem;}
.product-block__item:hover .product-block__title{ text-decoration: underline; color: #fff; opacity: 1;}



@media screen and (max-width: 1440px) {
	.nav-block__dropdown-list {
	  width: calc(100% + 100px);
	  margin: 0 -50px;
	}
}
/* 250920end*/

@media screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }

  .section-inner {
    padding: 0 15px;
  }
  .nav-block__dropdown-list {
    width:100% ;
    margin: 0;}
}

@media screen and (max-width: 820px) {
  .page-heading {
    height: 240px;
  }

  .page-title {
    font-size: 2.8rem;
    padding-left: 20px;
  }

  .nav-block__dropdown-title {
    font-size: 1.2rem;
    padding: 10px 10px 11px;
  }
  
  .nav-block__dropdown-title::after {
    content: '';
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }

  .nav-block__dropdown-en {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .nav-block__dropdown-item .nav-block__dropdown-photo {
    flex-direction: column;
  }

  .nav-block__dropdown-item:nth-child(2) .nav-block__dropdown-photo .image {
    max-width: 35px;
  }
  
  .product-block__list1 .product-block__item{ width: 100%; margin:0 !important; padding:0 !important;}
  .product-block__list1 .product-block__item{ background:none !important;margin-top: 0;}
  .product-block__list1 .product-block__anchor{ display:none;}
  .product-block__list1  .product-block__title img{display:none;}
  .product-block__list1   .product-block__title{padding: 8px 0; margin:0 !important;
        letter-spacing: 0.5px;color: rgba(255, 255, 255, 0.8);
        font-size: 1.6rem;}
  
}



.footer-info1 .section-inner{ flex-direction: row-reverse;}
.footer-info1 .hidden-xs{ display: none;}
.foot-left{ display: inline-flex; align-items: center; flex-wrap:wrap; margin-left: -135px;}
.foot-right{display: inline-flex; align-items: center; flex-wrap:wrap; }
.foot-molie{ display: inline-flex; align-items: center;  }
.foot-molie .tel{ display: inline-flex; color:#282520;font-weight: bold; font-size: 2.2rem; line-height: 3rem; }
.foot-molie .image{ display:block; min-width: 2.8rem; width: 2.8rem; height: 2.8rem; margin-right: 8px; }
.foot-molie .text{font-weight: normal; font-size: 1.4rem; }
.foot-molie .line{ display:block; min-width:1px; width: 1px; height: 2.2rem; background:#282520; margin-right: 1rem; }
.foot-molie .time{ color:#282520; font-size: 1.4rem; line-height: 2rem; margin-left: 5px; }
.footer-share-sp{ display: none;}
.footer-share-sp .footer-ino{ display: flex; line-height: 0; margin-right: 0.8rem;}
.footer-share-sp .footer-ino img{ width: 3.6rem; height: 3.6rem;}
.footer-share-pc{ display: inline-flex;}
.footer-share-pc .div{ display: flex; line-height: 0; position: relative; margin-left: 2.7rem;}
.footer-share-pc .footer-ino{ display: flex; align-items: center; color: #222222;font-weight: bold; font-size: 1.6rem; line-height: 2.4rem;}
.footer-share-pc .div:hover .footer-ino{ opacity: 1;}
.footer-share-pc .li__ico{ width: 2rem; height:2rem; margin-left: 5px; z-index: 10; position:relative; border-radius: 50%; border:1px solid #222222; cursor: pointer;transition: transform 0.5s;}
.footer-share-pc .li__ico::after,
.footer-share-pc .li__ico::before{display: block;z-index: 10; position:absolute; left:50%; top:50%; border-radius: 2px; background: #222222; content: ''; }
.footer-share-pc .li__ico::after{width:8px; height:2px; margin:-1px 0 0 -4px;}
.footer-share-pc .li__ico::before{width:2px; height:8px; margin:-4px 0 0 -1px;}
.footer-share-pc .li__ico.on{  border:1px solid #E30200; transform: rotate(45deg); -ms-transform: rotate(45deg); }
.footer-share-pc .li__ico.on::after,
.footer-share-pc .li__ico.on::before{background: #E30200;}
.footer-share-pc .footer-er{ width: 17.6rem; line-height: 0; position: absolute; left: 50%; bottom:140%; transform: translateX(-50%); -ms-transform: translateX(-50%); display: none; overflow: hidden; border-radius: 10px;  }


.footer-share-pc .footer-er img{ width: 100%;}
.footer-info__name{ display: inline-flex;}
.footer-info__name a{ display: inline-flex; color: #222222; font-weight: bold; font-size: 1.6rem; line-height: 2.1rem; margin-left: 14px;}

@media screen and (max-width: 1480px) {
.foot-left{ margin-left: -30px;}
.footer-share-pc .div{ margin-left: 2rem;}
}	
@media screen and (max-width: 1260px) {
.foot-left{ margin-left:0;}
}	
@media screen and (max-width: 1024px) {
.footer-info__name a{  font-size: 1.3rem; line-height:1.7rem; margin:10px 0 0 0;}	
.foot-molie{ flex-direction: column; position: relative; padding-left: 3.6rem; margin-left: 3rem;}
.foot-molie::after{ display:block; width: 1px; height:5.7rem; background:#D1D1D1; position: absolute; left:-1.5rem; top: 0.2rem; content: ''; }
.foot-molie .time{ display: inline-flex;/* font-weight: bold; */font-size: 1rem; line-height: 1.4rem; margin: 0; }
.foot-molie .tel{ font-size: 1.6rem; line-height: 2.1rem; margin-bottom: 3px; }
.foot-molie .text{ font-size: 1.1rem; }
.foot-molie .image{ position: absolute; left: 0; top:0.8rem;}
.foot-molie .line{ display: none;}
.foot-molie1::after{ display:none;}
.foot-molie1 .tel{ line-height:2.8rem;}
.foot-molie1 .image{ top:0;}
.foot-line{ display:block;}
.footer-share-sp{ display: inline-flex;}
.footer-share-sp1 .footer-ino{ margin-right: 1rem;}
.footer-share-pc{ display: none;}
.footer-info1{ padding:15px 0;} 
.footer-info1 .section-inner{ flex-wrap: wrap;}
.footer-info1 .footer-info__logo{display: none;}
.footer-info1 .hidden-xs{ display: inline-flex;}
.foot-left{ width: 100%; justify-content: center;}
.foot-right{ width: 100%; justify-content: space-between; flex-direction: row-reverse;}



}	






